Exec

Definition:

Exec(command, params)

 

Description:

Execute a command with parameters.

 

Platforms:

All

 

Parameters:

command - required

String containing the command to run, including full path.

 

params - required

String containing the parameters to be passed to the command.

 

Returns:

nothing

 

Notes:

This Method will run the specified executable with the parameters specified in the params parameter. The command runs in a separate window and the Method returns immediately.

Note the following for different Platforms: